平台工具[3]计算机基础编程语言Python Python 2018-11-17 pip 模块安装 pip安装1apt install python3-pip 安装完pip就可以使用它来安装需要的模块。也可以指定安装目录1pip install xgboost --target=/home/work/.local/lib/python2.7/site-packages/ -i https://mirrors.aliyun.com/pypi/simple/ 1https://mirrors.aliyun.com/pypi/simple/